.bottom {
    width: 100%;
}

.website-box {
    height: 60px;
    background: #006BB7;
    line-height: 60px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    position: relative;
    z-index: 9999;
}

.website-box a {
    color: #fff;
}

.website-box a:hover {
    font-weight: bolder;
}

.website-box-list {
    width: 1200px;
    margin: 0 auto;
}

.website-box-list2 {
    position: absolute;
    height: 0;
    top: 60px;
    left: calc(50% - 600px);
}

.website-box-item {
    float: left;
    position: relative;
    padding-right: 30px;
    width: calc(16% - 40px);
}

.website-box-list2 .website-box-item {
    visibility: hidden;
}

.website-box-list2 .website-box-item:after {
    display: none;
}

.website-box-item:not(:last-child):after {
    position: absolute;
    width: 1px;
    right: 0;
    top: 14px;
    height: 32px;
    content: '';
    background: #66A6D3;
}

.website-box-item:first-child {
    text-align: left;
}

.website-box-item:last-child {
    text-align: right;
}

.website-box-item a {
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.website-box-item a:hover {
    /*overflow: visible;*/
}

.website-box .arrow-down:before {
    top: 23px;
    margin-left: 10px;
    /*right: -20px;*/
    right: auto;
    border-right: 1px solid #66A6D3;
    border-bottom: 1px solid #66A6D3;
}

.website-box .arrow-up:before {
    top: 28px;
    margin-left: 10px;
    right: auto;
    /*right: -20px;*/
    border-right: 1px solid #66A6D3;
    border-bottom: 1px solid #66A6D3;
}

.website-select-list-bg {
    /*display: none;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0;*/
    padding: 10px 15px 10px 15px;
    background: #003163;
    opacity: 0.9;
    width: calc(100%);
    z-index: 1000;
}

.website-select-list {
    width: 100%;
    text-align: center;
    max-height: calc(36 * 4px);
    line-height: 36px;
    overflow-y: scroll;
}

.website-select-list::-webkit-scrollbar { /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.website-select-list::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 4px;
    background: #005092;
}

.website-select-list::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 0;
}

.website-select-list li {
    padding-right: 15px;
}

.website-select-list li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box {
    background: url(../images/bottom_bg.png);
    background-size: 100% 100%;
}

.info-box a {
    color: #fff;
}

.info-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
}

.info-container h2 {
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
}

.info-bg1 {
    display: none;
    float: left;
    width: 432px;
    height: 112px;
    /* display: inline-block; */
    background: url("../images/zjt_footer_wyjb.png");
    margin-right: 50px;
    padding-top: 20px;
}

.info-bg1 .title {
    width: 18px;
    float: left;
    font-size: 16px;
    line-height: 22px;
    margin: 0 20px;
}

.test {
    width: auto;
    height: auto;
    overflow: auto;
    border: none;
    position: initial;
}

.info-bg1 .test {
    float: left;
    line-height: 30px;
    border-left: 1px solid #4F91C3;
    padding: 0 20px;
}

.info-bg2 {
    width: calc(80% - 600px);
     margin: 0 auto;
    /* display: inline-block; */
    border-left: 1px solid #498FC7;
    padding: 0 40px;
}


.info-bg3 {
    position: absolute;
    /*width: 440px;*/
    display: inline-block;
    left: 10%;
    bottom: 80px;
}

.info-block-bg {
    display: inline-block;
    margin: 0 10px;
}

.jiucuo-icon {
    margin-left: 100px;
    width: 110px;
    height: 55px;
}

.dzjg-icon {
    /*margin-left: 60px;*/
    width: 56px;
    height: 68px;
    position: absolute;
}

.weixin-icon {
    position: absolute;
    top: 30px;
    right: 0;
}

.foot-box {
    display: none
}

.organizer-box {
    height: 60px;
    background: #003163;
    line-height: 60px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: -5px;
}

.organizer-container {
    width: 1200px;
    margin: 0 auto;
}

.organizer-container span:first-child {
    float: left;
}

.organizer-container span:last-child {
    float: right;
}

@media (max-width: 768px) {
    .website-box {
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        overflow-y: visible;
    }

    .website-box-list, .info-container, .organizer-container {
        width: 90%;
        margin-left: 5%;
        overflow: hidden;
        overflow-y: visible;
    }

    .website-box-list {
        overflow-x: scroll;
        overflow-y: visible;
        white-space: nowrap;
        display: inline;
        float: left;
        -webkit-overflow-scrolling: touch; /*解决在ios滑动不顺畅问题*/
    }

    .website-box-list2 {
        overflow: visible;
        float: none;
        white-space: normal;
        left: 0;
        width: 100%;
        margin-left: 0;
    }

    .website-box-list2 .website-box-item {
        width: 100%;
        display: none;
        visibility: visible;
    }

    .website-box-list::-webkit-scrollbar {
        display: none;
    }

    .website-box-item {
        width: calc(50% - 30px);
        float: none;
        display: inline-block;
        text-align: center;
        overflow-y: visible;
    }

    .website-box-item:first-child {
        text-align: center;
    }

    .website-box-item:last-child {
        text-align: center;
    }

    .website-box-item:not(:last-child):after {
        position: absolute;
        width: 1px;
        right: 0;
        top: 22px;
        height: 18px;
        content: '';
        background: #66A6D3;
    }

    .info-bg1 {
        width: 100%;
    }

    .info-bg2 {
        width: 100%;
        border: none;
        padding: 20px 0 0;
    }

    .info-box h2 {
        font-size: 15px;
        line-height: 60px;
    }

    .info-container {
        padding: 10px 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 30px;
    }

    .info-bg1 .title{
        width: 10px;
        height: auto;
        margin: 0 10px;
        font-size: 13px;
        border: 0;
        background: none;
    }

    .info-bg1 .test{
        padding: 0 10px;
    }

    .info-block-bg {
        display: block;
        margin: 0;
    }

    .info-bg3 {
        position: initial;
        margin: 30px 0 15px 15%;
        width: 240px;
    }

    .organizer-box {
        height: auto;
        font-size: 13px;
        line-height: 25px;
        padding: 15px 0;
    }

    .organizer-box span {
        display: block;
        width: 100%;
        text-align: left;
    }

    .weixin-icon {
        display: none;
    }

    .foot-box {
        display: block;
        float: left;
        width: 18%;
    }

    .foot-right {
        float: right;
        width: 70%;
    }
}
